github.com/andybalholm/brotli.Writer.command_buf_ (field)

13 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L102: 	command_buf_        []uint32
		encode.go#L775: 		if s.command_buf_ == nil || cap(s.command_buf_) < int(kCompressFragmentTwoPassBlockSize) {
		encode.go#L776: 			s.command_buf_ = make([]uint32, kCompressFragmentTwoPassBlockSize)
		encode.go#L779: 			s.command_buf_ = s.command_buf_[:kCompressFragmentTwoPassBlockSize]
		encode.go#L803: 			compressFragmentTwoPass(data[wrapped_last_processed_pos&mask:], uint(bytes), is_last, s.command_buf_, s.literal_buf_, table, table_size, &storage_ix, storage)
		encode.go#L988: 		if s.command_buf_ == nil || cap(s.command_buf_) < int(buf_size) {
		encode.go#L989: 			s.command_buf_ = make([]uint32, buf_size)
		encode.go#L992: 			s.command_buf_ = s.command_buf_[:buf_size]
		encode.go#L996: 		command_buf = s.command_buf_